﻿@-webkit-keyframes opGradient {
 0% {
 -webkit-transform: translateY(-10px);
 opacity: 0;
}
 100% {
 -webkit-transform: translateY(0);
 opacity: 1;
}
}
@keyframes opGradient {
 0% {
 -webkit-transform: translateY(-10px);
 transform: translateY(-10px);
 opacity: 0;
}
 100% {
 -webkit-transform: translateY(0);
 transform: translateY(0);
 opacity: 1;
}
}
@-webkit-keyframes nonesearching {
 0% {
 left: 20%;
 -webkit-transform: scale3d(1, 1, 1);
 opacity: 1;
}
 100% {
 left: 34%;
 -webkit-transform: scale3d(0, 0, 0);
 opacity: 0;
}
}
@keyframes nonesearching {
 0% {
 left: 20%;
 -webkit-transform: scale3d(1, 1, 1);
 transform: scale3d(1, 1, 1);
 opacity: 1;
}
 100% {
 left: 34%;
 -webkit-transform: scale3d(0, 0, 0);
 transform: scale3d(0, 0, 0);
 opacity: 0;
}
}
#banner {
	margin-bottom: 0;
}
#banner .slick-prev, #banner .slick-next {
	opacity: 0;
	height: 100%;
	width: 10%;
}
#banner .banner {
	height: 560px;
	position: relative;
	overflow: hidden;
	width: 100%;
	max-width: 1366px;
	margin-left: auto;
	margin-right: auto;
}
#banner .banner:hover .slick-prev, #banner .banner:hover .slick-next {
	opacity: 1;
	display: block \9 !important;
}
#banner .slick-initialized .slick-slide {
	position: relative;
	overflow: hidden;
	height: 560px;
}
#banner .slick-dots {
	bottom: 135px;
	position: relative;
	max-width: 1106px;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
}
#banner .slick-next {
	right: 0;
}
#banner .slick-prev {
	left: 0;
}
#banner .slick-dots li button {
	background: rgba(255, 255, 255, 0);
}
#banner .slick-dots li.slick-active button {
	background: #404040;
}
#banner .slick-dots li {
	width: 14px;
}
#banner .banner-img {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%) scale(0.999);
	-ms-transform: translateX(-50%) scale(0.999);
	transform: translateX(-50%) scale(0.999);
	height: 100%;
}
#banner .banner-text {
	position: relative;
	color: #fff;
	text-align: center;
	margin-top: 200px;
	vertical-align: middle;
}
#banner .banner-text h2 {
	font-size: 60px;
	line-height: 80px;
}
#banner .banner-text a {
	font-size: 22px;
	color: #fff;
}
#banner .banner-text a:hover {
	text-decoration: none;
}
#banner .banner-text a em {
	display: inline-block;
	padding-left: 15px;
	font-size: 18px;
}
#banner .navigation-buckets {
	background: #fff;
	display: block;
	position: relative;
	width: 100%;
	padding: 15px 0;
	border-radius: 5px;
	bottom: 100px;
	-webkit-box-shadow: 0 0 100px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 100px rgba(0, 0, 0, 0.2);
}
#banner .navigation-buckets [class*="col-"] {
	border-left: 1px solid #d4d4d4;
}
#banner .navigation-buckets [class*="col-"] a {
	padding: 0px 40px 0px 30px;
	color: #222222;
	display: block;
}
#banner .navigation-buckets [class*="col-"] a span.lazy-placeholder {
	width: 47px;
	height: 98px;
	background-size: 86%;
	float: left;
	overflow: hidden;
	padding-top: 0 !important;
	margin-right: 31px;
	display: block;
}
#banner .navigation-buckets [class*="col-"] a h3 {
	font-size: 40px;
}
#banner .navigation-buckets [class*="col-"] a h3 span {
	font-size: 14px;
	margin-left: 5px;
}
#banner .navigation-buckets [class*="col-"] a h3 em {
	display: none \9;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	-webkit-box-shadow: 0 0 1px transparent;
	box-shadow: 0 0 1px transparent;
	position: relative;
	/*-webkit-transition-duration: 0.3s;
							transition-duration: 0.3s;*/
	-webkit-transition-property: transform;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	-o-transition-property: transform, opacity;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	opacity: 0;
	font-size: 20px;
}
#banner .navigation-buckets [class*="col-"] a h3 em.hwic_to-right {
	font-size: 16px;
}
#banner .navigation-buckets [class*="col-"] a:hover {
	text-decoration: none;
}
#banner .navigation-buckets [class*="col-"] a:hover h3 {
	color: #f66f6a;
}
#banner .navigation-buckets [class*="col-"] a:hover h3 em {
	padding-left: 15px \9;
	display: inline-block;
	-webkit-transform: translateX(20px);
	-ms-transform: translateX(20px);
	transform: translateX(20px);
	opacity: 1;
	color: #222222;
}
#banner .navigation-buckets [class*="col-"]:first-child {
	border-left: 0;
}
#banner .navigation-buckets [class*="col-"]:first-child a {
	padding-left: 40px;
}
#banner .navigation-buckets [class*="col-"] img {
	display: inline-block;
	float: left;
	padding-right: 20px;
	/* padding-bottom: 20px; */
	margin-top: 10px;
}
#banner .navigation-buckets [class*="col-"] div h3 {
	margin-top: 10px;
	margin-bottom: 0;
}
#banner .navigation-buckets [class*="col-"] div p {
	margin-top: 0;
	color: #666;
}
@media (width: 768px) {
.navigation-buckets .hwic_open-in-new {
	display: inline-block !important;
}
#banner .navigation-buckets [class*="col-"] a {
	padding: 10px 0px 0px 15px;
}
#banner .navigation-buckets [class*="col-"] img {
	padding-right: 15px;
}
#banner .navigation-buckets [class*="col-"]:first-child a {
	padding-left: 15px;
}
}
@media (max-width: 767px) {
#banner {
	width: 100%;
	height: 100%;
	margin-bottom: 0px;
}
#banner .banner {
	height: 495px;
}
#banner .banner-text h2 {
	font-size: 28px;
	line-height: 40px;
}
#banner .banner-text a {
	font-size: 18px;
}
#banner > .banner + .container {
	padding: 0;
}
#banner .slick-next, #banner .slick-prev {
	display: none !important;
}
#banner .slick-dots {
	bottom: 120px;
	text-align: center;
}
#banner .banner-img {
	left: 0;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	width: 100%;
}
#banner .banner-img img {
	width: 100%;
}
#banner .navigation-buckets {
	border-radius: 0;
	padding: 0;
	bottom: 0;
	overflow: hidden;
	-webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
	padding: 0 5%;
}
#banner .navigation-buckets [class*="col-"] {
	border-left: 0;
	padding-top: 0;
	padding-bottom: 0;
	width: 33%;
	float: left;
	text-align: center;
	border-left: 1px solid #d4d4d4;
}
#banner .navigation-buckets [class*="col-"]:first-child a {
	border: 0;
	padding: 0;
}
#banner .navigation-buckets [class*="col-"] img {
	display: none;
}
#banner .navigation-buckets [class*="col-"] div h3 {
	margin-bottom: 0;
	font-size: 25px;
	line-height: 25px;
}
#banner .navigation-buckets [class*="col-"] div h3 em {
	opacity: 1;
	float: right;
	margin-top: 5px;
}
#banner .navigation-buckets [class*="col-"] a {
	padding: 0px;
	font-size: 18px;
	line-height: 30px;
	border-top: 1px solid #d4d4d4;
	display: block;
	text-align: center;
}
#banner .navigation-buckets [class*="col-"] a:hover h3 em {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}
#banner .navigation-buckets div p {
	font-size: 12px;
	line-height: 15px;
}
#banner .banner-text h2 {
	font-size: 38px;
	line-height: 52px;
}
.banner {
	margin-top: 50px;
}
#footer {
	float: left;
}
}
@media (max-width: 400px) {
#banner .banner {
	height: 285px;
}
#banner .slick-dots {
	bottom: 300px;
	text-align: center;
}
#banner .banner-text {
	margin-top: 130px;
}
}
.product-callout {
	display: block;
	margin-bottom: 60px;
	max-width: 1366px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	min-height: 641px;
}
.product-callout .container {
	padding-right: 0;
}
.product-callout .col-lg-6 > a {
	display: block;
}
.product-callout .col-lg-6 .card {
	padding-top: 100px;
	padding-bottom: 120px;
	position: static;
	height: 450px;
	width: 82%;
	border-bottom-right-radius: 6px;
	border-top-right-radius: 6px;
}
.product-callout .col-lg-6 .card > div {
	float: right;
	margin-right: 160px;
}
.product-callout .col-lg-6 .card p {
	color: #fff;
	font-size: 18px;
	line-height: 28px;
}
.product-callout .col-lg-6 .card span {
	font-size: 22px;
	color: #fff;
}
.product-callout .col-lg-6 .card span:hover {
	text-decoration: none;
}
.product-callout .col-lg-6 .card span em {
	display: inline-block;
	vertical-align: middle;
	margin-left: 15px;
	font-size: 18px;
}
.product-callout .col-lg-6 .card-bg {
	/* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(bottom right, #15b0e8, #59c8d5);
	/* Opera 11.1 - 12.0 */
  /* Firefox 3.6 - 15 */
	background: -webkit-gradient(linear, left top, right bottom, from(#15b0e8), to(#59c8d5));
	background: -o-linear-gradient(top left, #15b0e8, #59c8d5);
	background: linear-gradient(to bottom right, #15b0e8, #59c8d5);
	/* 标准的语法 */
	background-color: #15b0e8 \9;
	height: 450px;
	position: absolute;
	left: -60%;
	width: 150%;
	top: 0;
	z-index: -1;
	border-radius: 5px;
}
.product-callout .phone-img {
	position: absolute;
	top: 60px;
	right: 0px;
	padding-bottom: 15px;
	width: 264px;
}
@media (min-width: 992px) and (max-width: 1199px) {
.product-callout .col-lg-6 {
	width: 60%;
	float: left;
}
.product-callout .col-lg-5 {
	width: 40%;
	float: left;
}
}
@media (min-width: 768px) and (max-width: 1024px) {
.product-callout .container {
	padding-right: 15px;
}
.product-callout [class*=col-] {
	float: none;
}
.product-callout .featured-card {
	margin-top: 210px;
	margin-left: auto;
	margin-right: auto;
	float: none;
}
.product-callout .phone-img {
	top: 20px;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.product-callout .col-lg-6 {
	width: 60%;
	float: left !important;
}
.product-callout .col-lg-5 {
	width: 40%;
	float: left !important;
}
.product-callout .featured-card {
	margin-top: 0px;
}
}
@media (width: 768px) {
.product-callout {
	margin-bottom: 60px;
}
.product-callout > .container {
	padding: 0;
}
.product-callout .col-lg-6 {
	padding-top: 100px;
	margin-bottom: 60px;
}
.product-callout .col-lg-6 .card {
	width: 100%;
	border-radius: 0;
	height: 600px;
}
.product-callout .col-lg-6 .card-bg {
	left: 0;
	height: 100%;
	top: 0;
}
.product-callout .phone-img {
	top: 0;
	left: 50%;
	right: auto;
	-webkit-transform: translate(-50%);
	-ms-transform: translate(-50%);
	transform: translate(-50%);
}
.product-callout .card-text {
	position: absolute;
	bottom: 40px;
	left: 40px;
}
}
@media (max-width: 767px) {
.product-callout {
	margin-bottom: 20px;
}
.product-callout > .container {
	padding: 0;
}
.product-callout .col-lg-6 {
	margin-bottom: 0px;
	overflow: hidden;
}
.product-callout .col-lg-6 .card {
	width: 100%;
	border-radius: 0;
	height: 500px;
}
.product-callout .col-lg-6 .card p {
	margin-top: 30px;
	width: 91%;
}
.product-callout .col-lg-6 .card-bg {
	left: 0;
	height: 100%;
	top: 0;
	margin-top: 100px;
}
.product-callout .phone-img {
	top: -100px;
	left: 50%;
	right: auto;
	-webkit-transform: translate(-50%);
	-ms-transform: translate(-50%);
	transform: translate(-50%);
	width: 100%;
}
.product-callout .phone-img img {
	width: 40%;
}
.product-callout .card-text {
	position: absolute;
	bottom: 40px;
	left: 40px;
}
}
.card .card-img img {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	width: 100%;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}
.card:hover .card-img img {
	-webkit-transform: translateX(-20px);
	-ms-transform: translateX(-20px);
	transform: translateX(-20px);
}
.card h2 {
	font-size: 30px;
	line-height: 40px;
}
.card-content {
	padding: 30px 40px;
	background: #dde6ed;
}
.card-content h3 {
	font-size: 22px;
	line-height: 32px;
	margin-top: 5px;
	margin-bottom: 0;
}
.card-content a {
	color: #222222;
}
.card-content a:hover {
	text-decoration: underline;
}
.card-content p {
	margin: 0;
	font-size: 18px;
	line-height: 30px;
}
a.read-more, span.read-more {
	font-size: 22px;
	line-height: 34px;
	font-family: "Arial Black", Gadget, sans-serif;
	color: #222222;
	display: block;
}
a.read-more:hover, span.read-more:hover {
	text-decoration: none;
}
a.read-more em, span.read-more em {
	display: inline-block;
	font-size: 20px;
	margin-left: 15px;
	vertical-align: middle;
}
.category-name {
	font-family: "Arial Black", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #666666;
	margin-bottom: 0;
}
.fandon {
	width: 100%;
	height: 140px;
}
.category-naxx {
	font-family: "Arial Black", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #666666;
	margin-bottom: 0;
	width: 100%;
	float: left;
	/* margin-right:  5%; */
	height: 90px;
	overflow: hidden;
}
.category-img {
	width: 25%;
	float: left;
	height: 100px;
}
.category-img img {
	width: 100%;
	height: 100%;
}
.height-fixed {
	max-height: 128px;
	height: 128px;
	overflow: hidden;
	margin-bottom: 20px;
}
.height-normal {
	margin-bottom: 40px;
}
@media (max-width: 767px) {
.card {
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.card h2 {
	font-size: 28px;
	line-height: 39px;
}
.card .card-img {
	width: 40%;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	overflow: hidden;
	position: relative;
	height: 140px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.card .card-img img {
	width: auto;
	position: absolute;
	-webkit-transform: translate(-50%, -50%) !important;
	-ms-transform: translate(-50%, -50%) !important;
	transform: translate(-50%, -50%) !important;
	right: -20px;
	left: 50%;
	top: 40%;
}
.height-fixed {
	height: auto;
	max-height: 95px !important;
	margin-bottom: 0;
}
html[lang="en"] .card-content .height-fixed {
	height: auto;
	max-height: 95px !important;
	margin-bottom: 0;
}
.card-content {
	width: 60%;
	padding: 15px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.card-content h3 {
	font-size: 16px !important;
	line-height: 23px !important;
}
.card-content p {
	text-align: left;
	font-size: 14px;
	line-height: 22px;
}
.card-content .category-name {
	font-size: 10px;
	line-height: 16px;
}
html[lang="zh"] .card-content h3 {
	font-size: 18px !important;
	line-height: 30px !important;
}
html[lang="zh"] .card-content p {
	text-align: left;
	font-size: 14px;
	line-height: 22px;
}
.read-more {
	font-size: 22px;
	line-height: 22px;
}
}
.module-l-r-card .slick-slider [class*="col-sm-"] {
	margin-top: 0;
}
.featured-card .card {
	background: #dde6ed;
	border-radius: 5px;
	display: block;
}
.featured-card .card img {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	width: 100%;
	max-width: 100%;
}
.featured-card .card a {
	display: block;
}
.featured-card .card a:hover {
	text-decoration: none;
}
.featured-card .card .video_text {
	padding-bottom: 40px;
	padding-top: 40px;
	padding-left: 60px;
	padding-right: 60px;
	min-height: 300px;
}
.featured-card .card .video_text .content {
	overflow: hidden;
}
.featured-card .card .video_text h2 {
	margin-top: 10px;
}
.featured-card .card .video_text p {
	font-size: 18px;
	line-height: 24px;
}
.featured-card .card .video_text span {
	font-size: 22px;
	color: #222222;
	position: absolute;
	bottom: 40px;
}
.featured-card .card .video_text span em {
	font-size: 18px;
	display: inline-block;
	margin-left: 15px;
	vertical-align: middle;
}
@media (max-width: 1024px) {
.featured-card .card .video_text h2 {
	font-size: 24px;
	line-height: 1.5;
}
}
@media (min-width: 768px) and (max-width: 1024px) {
.featured-card .card .video_text .content {
	height: 215px;
}
}
@media (max-width: 767px) {
.fandon {
	width: 100%;
	height: 120px;
	margin-top: 10px;
}
.category-naxx {
	font-size: 16px;
	line-height: 28px;
	height: 110px;
}
.category-img {
	width: 25%;
	float: left;
	height: 110px;
}
.featured-card .card {
	border-radius: 0;
}
.featured-card .card img {
	border-radius: 0;
}
.featured-card .card .video_text {
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
	min-height: 1px;
	padding: 10px 10px;
}
.featured-card .card .video_text .content {
	height: auto;
}
.featured-card .card .video_text h2 {
	margin-bottom: 0;
	margin-top: 0;
}
.featured-card .card .video_text p {
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
}
.multi-action-callout {
	margin-bottom: 100px;
	padding-top: 200px;
	max-width: 1366px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
.multi-action-callout .col-sm-10 {
	height: 500px;
}
.multi-action-callout .col-sm-10 > a {
	display: block;
}
.multi-action-callout .card.left {
	background: #dde6ed;
	padding-top: 192px;
	padding-left: 30px;
	border-radius: 6px;
	height: 500px;
	padding-bottom: 60px;
}
.multi-action-callout .card.left .content {
	height: 245px;
	overflow: hidden;
}
.multi-action-callout .card.left .title {
	padding-top: 40px;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 14px;
	color: #808080;
	margin-bottom: 0;
}
.multi-action-callout .card.left h2 {
	margin-bottom: 0;
	margin-top: 0;
	color: #222222;
}
.multi-action-callout .card.left span {
	font-size: 18px;
	line-height: 30px;
	font-family: "Arial Black", Gadget, sans-serif;
}
.multi-action-callout .card.left p {
	margin-bottom: 0;
	max-width: 80%;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}
.multi-action-callout .hero-bg {
	background: #dde6ed;
	height: 500px;
	position: absolute;
	left: -60%;
	width: 70%;
	top: 0;
	z-index: -1;
}
.multi-action-callout .event-img {
	position: absolute;
	top: -200px;
}
.multi-action-callout .event-img img {
	border-radius: 5px;
}
.multi-action-callout .event-actions {
	position: absolute;
	top: 80px;
	right: -18.66%;
	background: #f66f6a;
	padding-top: 80px;
	padding-bottom: 80px;
	padding-left: 55px;
	padding-right: 55px;
	border-radius: 5px;
	z-index: 1;
	width: 355px;
}
.multi-action-callout .event-actions ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.multi-action-callout .event-actions ul li {
	font-size: 22px;
	line-height: 34px;
	padding-top: 40px;
	line-height: 1;
}
.multi-action-callout .event-actions ul li:first-child {
	padding-top: 0;
}
.multi-action-callout .event-actions ul li a {
	color: #fff;
	position: relative;
	padding-right: 30px;
	display: block;
	line-height: 34px;
}
.multi-action-callout .event-actions ul li a:hover {
	text-decoration: none;
}
.multi-action-callout .event-actions ul li a em {
	display: inline-block;
	vertical-align: middle;
	padding-left: 15px;
	float: none;
}
.multi-action-callout .event-actions ul li a em.hwic_play2 {
	float: none;
	margin-top: 0px;
	font-size: 16px;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.multi-action-callout .event-actions ul li a em.hwic_sharing_share {
	padding-left: 67px;
	font-size: 16px;
}
.multi-action-callout .event-actions ul li a em.hwic_sharing_share:before {
	color: #fff;
}
@media (max-width: 767px) {
.multi-action-callout {
	padding-top: 100px;
	padding-bottom: 100px;
	margin-bottom: 60px;
}
.multi-action-callout .container {
	padding: 0;
}
.multi-action-callout .container .col-sm-10 {
	height: 500px;
}
.multi-action-callout .event-actions em {
	padding-left: 60px !important;
}
.multi-action-callout .event-img {
	position: static;
}
.multi-action-callout .event-img img {
	width: auto;
	position: absolute;
	right: 0;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) scale(0.5, 0.5);
	-ms-transform: translate(-50%, -50%) scale(0.5, 0.5);
	transform: translate(-50%, -50%) scale(0.5, 0.5);
}
.multi-action-callout .card.left {
	padding-top: 150px;
	height: 500px;
	padding-left: 22px;
	padding-right: 22px;
	text-align: center;
}
.multi-action-callout .card.left h2 {
	font-size: 22px;
	margin-top: 10px;
}
.multi-action-callout .card.left .content {
	height: 220px;
}
.multi-action-callout .card.left .title {
	margin-bottom: 0;
}
.multi-action-callout .card.left a:hover {
	text-decoration: underline;
}
.multi-action-callout .card.left p {
	max-width: 100%;
	font-size: 18px;
	line-height: 28px;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
.multi-action-callout .event-actions {
	top: inherit;
	right: inherit;
	left: 50%;
	bottom: -100px;
	margin-left: -157px;
	padding-top: 50px;
	padding-bottom: 40px;
	padding-left: 40px;
	padding-right: 40px;
	margin-right: -155px;
	border-radius: 5px;
	max-width: 314px;
}
.multi-action-callout .event-actions a em:before {
	padding-right: 0;
}
.multi-action-callout .event-actions ul li {
	font-size: 22px;
	line-height: 22px;
	padding-top: 20px;
}
}
.vertical-card {
	margin-bottom: 60px;
}
.vertical-card .container > .title {
	margin-bottom: 0;
}
.vertical-card .container > p {
	margin-bottom: 40px;
	width: 80%;
}
.vertical-card h2 {
	margin-bottom: 60px;
	line-height: 1;
}
.vertical-card .title h2 {
	margin-bottom: 60px;
}
.vertical-card .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.vertical-card .row .col-sm-4 {
	margin-bottom: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0 33px;
}
.vertical-card .card {
	position: relative;
	background: #dde6ed;
	border-radius: 5px;
	width: 100%;
	margin-top: 90px;
}
.vertical-card .card a {
	display: block;
}
.vertical-card .card a:hover {
	text-decoration: none;
}
.vertical-card .card:hover .card-img {
	margin-left: -20px;
}
.vertical-card .card.no-hover .card-img {
	margin-left: 0;
}
.vertical-card .card.no-hover .height-fixed {
	margin-bottom: 0;
}
.vertical-card .card .card-img {
	margin-top: -90px;
	height: 178px;
	max-width: 100%;
	overflow: hidden;
	position: relative;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.vertical-card .card .card-img img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: 0;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.vertical-card .card .more-info-box {
	position: absolute;
	top: 0;
	left: 0;
	background: #dde6ed;
	border-radius: 5px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	opacity: 0;
	z-index: -1;
	border-radius: 5px;
	height: 100%;
}
.vertical-card .card .more-info-box .card-content {
	background: none;
	position: relative;
}
.vertical-card .card .more-info-box .card-content .height-fixed {
	max-height: initial;
}
.vertical-card .card .close-title-info {
	position: absolute;
	right: 15px;
	top: 0px;
	color: #f66f6a;
	font-size: 22px;
	font-weight: bold;
	display: none;
	z-index: 3;
}
.vertical-card .card .more-title-info {
	position: absolute;
	right: 25px;
	bottom: 35px;
	color: #f66f6a;
	font-size: 20px;
	font-weight: bold;
	cursor: pointer;
	height: 22px;
	width: 20px;
	overflow: hidden;
}
.vertical-card .card-content {
	padding-bottom: 60px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.vertical-card .card-content .height-fixed p + div {
	display: none;
}
.vertical-card .read-more {
	position: absolute;
	bottom: 30px;
}
.vertical-card .speaker-ux-card .card-content .height-fixed {
	height: auto;
	max-height: 108px;
}
.vertical-card .speaker-ux-card .card-content h3 {
	-webkit-line-clamp: inherit;
}
.vertical-card .speaker-ux-card .card-content p {
	-webkit-line-clamp: inherit;
}
.vertical-card .loadSpace .close-title-info {
	display: block;
}
.vertical-card .loadSpace .card-content .more-title-info {
	font-size: 26px;
	right: 15px;
	top: 5px;
}
.vertical-card .loadSpace .card-content .more-title-info .hwic_add {
	display: none;
}
.vertical-card .loadSpace .card-content .more-title-info .hwic_remove {
	display: block;
}
.vertical-card > .container > .category-name {
	margin-bottom: 0;
}
@media (max-width: 1024px) {
.vertical-card .row .col-sm-4 {
	padding: 0 11px;
}
.vertical-card .card:hover .card-img {
	margin-left: 0;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.vertical-card .card .card-img {
	height: 134px;
}
.vertical-card .card-content {
	padding: 20px;
}
.vertical-card .read-more {
	bottom: 5px;
}
.vertical-card .card .more-title-info {
	right: 5px;
}
}
@media (max-width: 767px) {
.vertical-card {
	margin-bottom: 20px;
}
.vertical-card > .container .title h2 {
	margin-bottom: 0px;
}
.vertical-card > .container > h2 {
	margin-bottom: 40px;
}
.vertical-card > .container > p {
	width: 100%;
}
.vertical-card .category-name h2 {
	margin-bottom: 40px;
}
.vertical-card .card-content {
	padding-bottom: 15px;
}
.vertical-card .card {
	margin-top: 0;
}
.vertical-card .card a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.vertical-card .card .card-img {
	margin-top: 0;
	height: 140px;
	border-top-left-radius: 0;
}
.vertical-card .card .card-img img {
	top: 50%;
	margin-left: 0;
	margin-top: 0;
	max-height: 100%;
}
.vertical-card .card .more-title-info {
	right: 41%;
	bottom: 25px;
}
.vertical-card .card .close-title-info {
	right: 41%;
	bottom: 5px;
	top: inherit;
	display: none;
}
.vertical-card .row {
	display: block;
}
.vertical-card .row .col-sm-4 {
	margin-bottom: 10px;
	padding-left: 11px;
	padding-right: 11px;
	margin-top: 0;
	overflow: hidden;
}
}
.vertical-card .card.no-hover .height-fixed {
	max-height: 128px;
	height: auto;
	margin-bottom: 0;
}
.vertical-card .card.no-hover .card-content {
	padding-bottom: 40px;
}
.vertical-card .card.no-hover .card-img {
	margin-left: 0;
}
.vertical-card .col-sm-4 .loadSpace .more-info-box {
	top: -90px;
	min-height: 378px;
}
.vertical-card .col-sm-4 .loadSpace.speaker-ux-card .more-info-box {
	min-height: 429px;
}
.vertical-card .col-sm-4 .loadSpace .close-title-info {
	top: -88px;
}
.vertical-card .speaker-ux-card .card-content .height-fixed {
	height: auto;
}
.iconfont-flash:hover .more-title-info [class*="hwic_"]:before, .iconfont-flash.active .more-title-info [class*="hwic_"]:before, .iconfont-flash:focus .more-title-info [class*="hwic_"]:before, .iconfont-flash:hover .close-title-info [class*="hwic_"]:before, .iconfont-flash.active .close-title-info [class*="hwic_"]:before, .iconfont-flash:focus .close-title-info [class*="hwic_"]:before {
	-webkit-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
}
.vertical-card .card.speaker-ux-card.loadSpace.iconfont-flash:hover .card-img {
	margin-left: 0;
}
.ie10 .vertical-card .col-sm-4 .loadSpace .more-info-box, .ie10 .vertical-card .col-sm-4 .loadSpace .close-title-info {
	top: 0;
}
@media (max-width: 767px) {
.vertical-card .card.no-hover .height-fixed {
	max-height: 85px;
	height: auto;
}
.vertical-card .speaker-ux-card .card-content .height-fixed {
	max-height: 95px !important;
	height: auto;
	margin-bottom: 0;
}
.vertical-card .loadSpace .col-sm-4 {
	max-height: initial;
}
.vertical-card .loadSpace.card .height-fixed {
	max-height: initial;
	margin-bottom: 0;
}
.scroll-card .vertical-card .loadSpace.card.no-hover .height-fixed, .vertical-card .speaker-ux-card.loadSpace .card-content .height-fixed {
	max-height: initial !important;
	margin-bottom: 0;
	height: auto;
}
.vertical-card .loadSpace.card .more-title-info {
	display: none;
}
.vertical-card .loadSpace.card .close-title-info {
	display: block;
}
.vertical-card .card.no-hover .card-content {
	padding-bottom: 15px;
}
.vertical-card .card.no-hover .card-content h3 {
	line-height: 28px;
}
.vertical-card .col-sm-4 .loadSpace .close-title-info {
	top: initial;
	bottom: 5px;
}
.scroll-card .vertical-card .card.no-hover .height-fixed {
	height: auto !important;
}
}
.image-text-carousel {
	padding-bottom: 120px;
}
.image-text-carousel .container > p {
	margin-bottom: 40px;
	width: 80%;
}
.image-text-carousel .slick-prev, .image-text-carousel .slick-next {
	display: block !important;
}
.image-text-carousel .slick-slide > a {
	display: block;
}
.image-text-carousel .card {
	background: #dce6ee;
	border-radius: 6px;
	padding-top: 50px;
	padding-bottom: 60px;
	margin-top: 60px;
	margin-bottom: 60px;
	height: 406px;
}
.image-text-carousel .card .content {
	height: 200px;
	overflow: hidden;
}
.image-text-carousel .card .title {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 14px;
	color: #808080;
	margin: 0;
}
.image-text-carousel .card h3 {
	font-size: 28px;
	line-height: 38px;
	margin-bottom: 0;
	margin-top: 0;
}
.image-text-carousel .card h3 a {
	margin-top: 0;
}
.image-text-carousel .card h3 + span {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 18px;
	line-height: 30px;
}
.image-text-carousel .card .col-sm-5 {
	padding-right: 40px;
}
.image-text-carousel .card span.read-more {
	color: #282828;
	margin-top: 40px;
	display: block;
}
.image-text-carousel .card span.read-more:hover {
	text-decoration: none;
}
.image-text-carousel .card span.read-more em {
	display: inline-block;
	margin-left: 15px;
}
.image-text-carousel .card p {
	font-size: 18px;
	line-height: 30px;
}
.image-text-carousel .events-img {
	position: absolute;
	top: -105px;
	right: 0;
}
.image-text-carousel .events-img img {
	border-radius: 5px;
}
@media (min-width: 768px) and (max-width: 1250px) {
.image-text-carousel .slick-prev {
	left: 0;
}
.image-text-carousel .slick-next {
	right: 0;
}
}
@media (min-width: 768px) and (max-width: 1024px) {
.image-text-carousel .card {
	margin-left: 11px !important;
	margin-right: 11px !important;
}
}
@media (width: 1024px) {
.image-text-carousel .events-img {
	margin-top: -18%;
	top: 0 !important;
}
}
@media (width: 991px) {
.image-text-carousel .events-img {
	margin-top: -17%;
	top: 0 !important;
}
}
@media (width: 768px) {
.image-text-carousel .events-img {
	margin-top: -8%;
	top: 0 !important;
}
.image-text-carousel .card {
	margin: 0;
}
}
@media (max-width: 767px) {
.image-text-carousel {
	padding-bottom: 40px;
	margin-bottom: 60px;
}
.image-text-carousel > .container > .title {
	margin-bottom: 40px;
}
.image-text-carousel > .container > p {
	width: 100%;
}
.image-text-carousel > .container .card {
	position: relative;
	margin-top: 120px;
	padding-bottom: 40px;
	margin-bottom: 0;
}
.image-text-carousel > .container .card .content {
	height: 210px;
}
.image-text-carousel > .container .card > div {
	width: 100%;
}
.image-text-carousel > .container .card .col-sm-6 {
	position: static;
}
.image-text-carousel > .container .card .col-sm-6 .events-img {
	position: static;
}
.image-text-carousel > .container .card .col-sm-6 .events-img img {
	width: auto;
	position: absolute;
	right: 0;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) scale(0.6, 0.6);
	-ms-transform: translate(-50%, -50%) scale(0.6, 0.6);
	transform: translate(-50%, -50%) scale(0.6, 0.6);
}
.image-text-carousel > .container .card .col-sm-5 {
	text-align: center;
	margin-top: 90px;
	padding-right: 0;
	padding: 0 35px;
}
.image-text-carousel > .container .card .col-sm-5 h3 {
	margin-top: 10px;
	font-size: 18px;
	line-height: 30px;
}
.image-text-carousel > .container .card .col-sm-5 h3 + span {
	font-size: 16px;
}
.image-text-carousel > .container .card .col-sm-5 .title {
	padding-top: 40px;
}
.image-text-carousel > .container .card .col-sm-5 p {
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	max-height: 115px;
}
.image-text-carousel > .container .slick-prev {
	top: 120px;
}
.image-text-carousel > .container .slick-next {
	top: 120px;
}
.image-text-carousel .events-img {
	margin: 0 31px;
	top: -180px;
	right: inherit;
}
}
@media (max-width: 350px) {
.image-text-carousel > .container .card .col-sm-5 h3 {
	font-size: 24px;
}
.image-text-carousel > .container .card .col-sm-5 span {
	font-size: 14px;
}
}
.columns-list {
	margin-bottom: 60px;
}
.columns-list .card {
	margin-left: 20px;
	margin-right: 20px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.columns-list .card > a {
	display: block;
}
.columns-list .card > a:hover {
	text-decoration: none;
}
.columns-list .card .card-img {
	height: 220px;
	overflow: hidden;
	position: relative;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	width: 100%;
}
.columns-list .card .card-img img {
	width: 100%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.columns-list .card-content {
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	height: 276px;
	overflow: hidden;
	position: relative;
}
.columns-list .card-content .content {
	overflow: hidden;
	height: 152px;
}
.columns-list .card-content span.read-more {
	position: absolute;
	bottom: 30px;
}
.columns-list .card-content .height-normal {
	margin-bottom: 0;
}
.columns-list ul {
	list-style: none;
	margin: 0;/* padding-right: 16.666%; */
}
.columns-list ul li {
	padding-top: 32px;
}
.columns-list ul li:first-child {
	padding-top: 0;
}
.columns-list ul li .time {
	color: #808080;
}
.columns-list ul li p {
	margin: 0;
	margin-top: 10px;
	height: 60px;
	overflow: hidden;
	line-height: 30px;
}
.columns-list ul li a {
	color: #282828;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	font-size: 18px;
	line-height: 30px;
	font-weight: bold;
	height: 30px;
}
.columns-list ul li a:hover {
	text-decoration: underline;
}
.columns-list ul li .date {
	color: #666;
	font-size: 14px;
	font-family: "Arial Black", Helvetica, Arial, sans-serif;
}
@media (max-width: 991px) {
.columns-list ul li {
	padding-bottom: 30px;
}
}
@media (max-width: 767px) {
.columns-list {
	margin-bottom: 20px;
}
.columns-list > .container > .title {
	margin-top: 0;
	margin-bottom: 0px;
}
.columns-list .col-lg-5 .card {
	margin: 0 -22px;
	display: block;
	text-align: center;
	margin-bottom: 20px;
}
.columns-list .col-lg-5 .card img {
	width: 100%;
}
.columns-list .col-lg-5 .card .card-img {
	border-radius: 0;
	height: 200px;
}
.columns-list .col-lg-5 .card p {
	font-size: 18px;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	text-align: center;
}
.columns-list .col-lg-5 .card .card-content {
	border-radius: 0px;
	height: auto;
}
.columns-list .col-lg-5 .card .card-content .height-normal h3 {
	line-height: 28px;
	margin-bottom: 15px;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	text-align: left;
}
.columns-list .col-lg-5 .card .card-content .content {
	height: auto;
	padding: 0px 0;
}
.columns-list ul {
	padding: 0;
}
.columns-list ul li {
	padding-bottom: 0;
	padding-top: 10px;
}
.columns-list ul li:first-child {
	padding-top: 0;
}
.latest-news {
	width: 100%;
}
.columns-list .col-sm-6:first-child ul li:last-child {
	padding-bottom: 40px;
}
}
.main {
	float: left;
	width: 100%;
	background: #fff;
}
.w_1200 {
	margin: 0 auto;
	width: 1200px;
}
.leftny {
	float: left;
	width: 280px;
	padding: 0 0 20px 0;
	text-transform: uppercase;
}
.rightny {
	float: right;
	width: 900px;
	padding: 0 0 20px 0;
}
.lefttop {
	float: left;
	width: 260px;
	height: 80px;
	background: #3e3939;
	margin-top: 30px;
	text-align: center;
	line-height: 0px;
}
.lefttop_1 {
	text-align: left;
	color: #fff;
	margin-left: 40px;
	border-left: 5px solid #b2000d;
	padding-left: 30px;
	height: 80px;
}
.lefttop_1 strong {
	font-size: 24px;
	line-height: 58px;
}
.lefttop_1 span {
	font-size: 14px;
	text-transform: uppercase;
}
.nySideLayer {
	float: left;
	width: 260px;
	border: 1px solid #c3c3c3;
}
.nySideLayer li {
	list-style-type: none;
}
.nySideLayer .l1 {
	float: left;
	width: 100%;
	font-size: 14px;
	border: 1px solid #e5e5e5;
}
.nySideLayer .l1 a {
	float: left;
	width: 100%;
	color: #373737;
	height: 60px;
	line-height: 60px;
	position: relative;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
}
.nySideLayer .l1 a:hover, .nySideLayer .l1 .hover {
	float: left;
	background: #f0f0f0;
	/* color: #fff; */
	text-decoration: none;
}
.pageTit {
	float: left;
	width: 100%;
	border-bottom: 1px solid #e5e5e5;
	margin-top: 40px;
	text-transform: uppercase;
}
.pageTit span {
	float: left;
	height: 40px;
	line-height: 40px;
	position: relative;
	font-size: 20px;
	color: #333333;
}
.pageTit span:after {
	position: absolute;
	content: ' ';
	width: 100%;
	height: 2px;
	left: 0;
	bottom: -1px;
	background-color: #b2000d;
}
.pageTit .currentNow {
	float: right;
	color: #666666;
	font-size: 13px;
	line-height: 40px;
}
.pageTit .currentNow a {
	color: #666;
}
.pageTit .currentNow a:hover {
	color: #b2000d;
}
.aboutPage {
	float: left;
	width: 100%;
	padding: 15px 0;
}
.aboutPage p {
	color: #333333;
	font-size: 15px;
	line-height: 28px;
	text-align: justify;
}
.aboutPage img {
	width: 100%;
}
.ul_3 {
	width: 100%;
	float: left;
	margin-top: 5px;
}
.ul_3 li {
	width: 100%;
	float: left;
	padding: 20px;
	margin-top: 20px;
	border-bottom: solid 1px #e294994a;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.ul_3 li .img {
	width: 214px;
	height: 140px;
	float: left;
	overflow: hidden;
}
.ul_3 li .img img {
	width: 100%;
	float: left;
}
.ul_3 li .text {
	margin-left: 240px;
	padding-right: 160px;
	position: relative;
}
.ul_3 li .text .time {
	position: absolute;
	right: 0;
	top: 45px;
	border-left: 1px solid #e5e5e5;
	width: 120px;
}
.ul_3 li .text .time h2 {
	width: 100%;
	float: left;
	text-align: right;
	font-size: 16px;
	color: #666;
	line-height: 25px;
}
.ul_3 li .text .time span {
	display: block;
	float: right;
	margin-top: 26px;
	width: 44px;
	height: 44px;
	background: url(../images/btn5.png) no-repeat center center white;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.ul_3 li .text h4 {
	width: 100%;
	float: left;
	margin-top: 10px;
	font-size: 16px;
	color: #333;
	line-height: 25px;
	height: 25px;
	overflow: hidden;
}
.ul_3 li .text .p {
	width: 100%;
	float: left;
	font-size: 14px;
	color: #999;
	line-height: 28px;
	height: 80px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-align: justify;
}
.ul_3 li:hover {
	box-shadow: 0 10px 50px rgba(0,0,0,0.1);
}
.ul_3 li:hover .text h4 {
	color: #b2000d;
}
.ul_3 li:hover .text .time span {
	background-color: #b2000d;
}
.waik_1 {
	padding: 5% 0;
}
.fy {
	width: 100%;
	float: left;
	text-align: center;
	font-family: 'Arial';
}
.fy a {






	padding: 6px 10px;
	COLOR: #999999;
	font-size: 14px;
	text-decoration: none;
	margin: 0 2.5px;
	background: #f5f5f5;
}
.fy a:hover, .fy a.on {
	color: #fff;
	background-color: #b2000d;
	text-decoration: none;
}
.ul_2 {
	width: 100%;
	float: left;
	margin-top: 5px;
}
.ul_2 li {
	width: 100%;
	float: left;
	padding: 20px;
	margin-top: 20px;
	border-bottom: solid 1px #e294994a;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	box-shadow: 0 10px 50px rgba(0,0,0,0.1);
}
.ul_2 li .img2 {
	width: 350px;
	height: 400px;
	float: left;
	overflow: hidden;
	background: #d5d5d5;
}
.ul_2 li .img2 img {
	width: 100%;
	float: left;
}
.ul_2 li .text2 {
	float: right;
	width: 490px;
}
.ul_2 li .text2 h2 {
	width: 100%;
	float: left;
	text-align: left;
	font-size: 18px;
	color: #292929;
	line-height: 55px;
	border-bottom: 1px solid #acacac;
	padding: 0 20px;
}
.ul_2 li .text2 h2 b {
	font-size: 22px;
	margin-left: 20px;
	color: #000;
	float: right;
}
.ul_2 li .text2 h3 {
	width: 100%;
	float: left;
	text-align: left;
	font-size: 16px;
	color: #454545;
	line-height: 20px;
	margin: 8px 0;
	padding-left: 20px;
}
.ul_2 li .text2 .btp b {
	float: left;
	text-align: left;
	font-size: 16px;
	color: #454545;
	line-height: 20px;
}
.ul_2 li .text2 .btp {
	width: 100%;
	float: left;
	text-align: left;
	font-size: 14px;
	color: #666;
	line-height: 25px;
	padding: 20px;
	border: 1px solid #d5d5d5;
	margin: 15px 0;
}
.news_tit {
	width: 100%;
	float: left;
	border-bottom: 1px dashed #b7b7b7;
	padding: 0px 0 10px 0;
	text-align: center;
}
.news_tit h2 {
	font-weight: bold;
	font-size: 18px;
	line-height: 36px;
}
.news_tit span {
	font-size: 14px;
	color: #858585;
}
.news_ct {
	width: 100%;
	float: left;
	padding: 15px 0;
}
.news_ct p {
	color: #333333;
	font-size: 15px;
	line-height: 28px;
	text-align: justify;
	padding: 15px 0;
	word-wrap: break-word;
}
.fy_xp {
	float: left;
	width: 100%;
	padding: 30px 0 30px 0;
	border-top: solid 1px rgb(191, 191, 191);
}
.fy_xp h2 {
	float: left;
	color: #b2000d;
	font-size: 12px;
	line-height: 12px;
}
.fy_xp h2 a {
	font-size: 14px;
	color: #656565;
	font-weight: normal;
}
.fy_xp h2 a:hover {
	color: #b2000d;
}
 @media(max-width:1024px) {
.w_1200 {
	width: 100%;
}
.lefttop {
	width: 150px;
}
.leftny {
	width: 150px;
}
.lefttop {
	width: 150px;
}
.nySideLayer .l1 a:hover, .nySideLayer .l1 .hover {
	width: 150px;
}
.nySideLayer {
	width: 150px;
}
.nySideLayer .l1 {
	width: 150px;
}
.nySideLayer .l1 a {
	width: 150px;
}
.rightny {
	width: 84%;
	padding: 0 2%;
	float: left;
}
.ul_3 {
	width: 100%;
	float: left;
	margin-top: 5px;
}
.ul_2 li .img2 {
	width: 250px;
	height: 280px;
	float: left;
	overflow: hidden;
	background: #d5d5d5;
}
.ul_2 li .text2 h2 {
	margin: 5px 0;
	line-height: 35px;
}
.ul_2 li .text2 h3 {
	margin: 5px 0;
}
.ul_2 li .text2 .btp {
	margin: 5px 0;
	padding: 5px 20px;
}
}
 @media(max-width:768px) {
.rightny {
	width: 80%;
	padding: 0 2%;
}
.ul_3 li {
	padding: 5px;
}
.ul_3 li .img {
	width: 150px;
	height: 110px;
}
.ul_3 li .text {
	margin-left: 160px;
	padding-right: 130px;
}
.ul_3 li .text h4 {
	margin-top: 0px;
}
.ul_3 li .text .p {
	line-height: 20px;
	height: 60px;
}
.ul_3 li .text .time {
	top: 18px;
	width: 120px;
}
.ul_2 li .img2 {
	width: 180px;
	height: 200px;
	float: left;
	overflow: hidden;
	background: #d5d5d5;
	margin-top: 50px;
}
.ul_2 li .text2 {
	float: right;
	width: 350px;
}
.ul_2 li .text2 h2 {
	font-size: 16px;
	padding: 0;
}
.ul_2 li .text2 h2 b {
	font-size: 18px;
}
.ul_2 li .text2 h3 {
	padding: 0;
}
.ul_2 li .text2 .btp {
	margin: 5px 0;
	padding: 5px;
}
.zoom-container {
	width: 30% !important;
	float: left;
}
.zoom-container img {
	width: 100%;
	height: 90px;
}
.item-content {
	width: 70% !important;
	float: left;

	padding: 0 8px;
	height: 90px;
	border: 1px solid #f1f1f1;
}
.item-content p {
	height: 40px;
	overflow: hidden;
	margin: 0;
	line-height: 20px;
}
.btn {
	padding: 0;
	font-size: 12px;
}
}
 @media(max-width:480px) {
.lefttop {
	width: 100%;
}
.leftny {
	width: 100%;
	padding: 0;
}
.lefttop {
	width: 100%;
	display: none;
}
.visible-lg {
	display: none;
}
.visible-xs {
	display: block;
}
footer .wrap-footer {
	line-height: 30px;
}
.nySideLayer .l1 a:hover, .nySideLayer .l1 .hover {
	width: 100%;
}
.nySideLayer {
	width: 100%;
	padding-left: 4%;
}
.nySideLayer .l1 {
	width: 30%;
	margin: 1%;
}
.nySideLayer .l1 a {
	width: 100%;
	/* letter-spacing: -1px; */
	height: 40px;
	line-height: 40px;
}
.nySideLayer .l1 a:after {
	right: 5px;
}
.rightny {
	width: 100%;
	padding: 0 2%;
}
.ul_3 li .img {
	width: 34%;
	height: 110px;
}
.ul_3 li .text {
	margin-left: 10px;
	padding-right: 0;
	width: 60%;
	float: left;
}
.ul_3 li .text h4 {
	width: 100%;
	margin-bottom: 0;
	float: left;
}
.ul_3 li .text .p {
	line-height: 18px;
	height: 55px;
	width: 100%;
	float: left;
}
.ul_2 li .img2 {
	width: 100%;
	margin-top: 0px;
	height: 350px;
}
.ul_2 li .text2 {
	float: left;
	width: 100%;
}
.ul_2 li .text2 h2 b {
	font-size: 16px;
	margin-left: 0;
}
.fy_xp h2 {
	width: 100%;
	line-height: 28px;
}
}
#footer .footer-nav > .row {
	float: left;
	width: 100%;
	text-align: center;
	margin: 0;
	margin-top: 40px;
}
#footer .footer-nav h3 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #282828;
	text-transform: uppercase;
}
#footer .footer-nav ul li a {
	color: #222222;
	font-size: 16px;
}
#footer {
	padding-top: 0px;
}

.dlzc {
	width: 100%;
	padding: 60px 0;
	background: url(../images/1.jpg) 100%;
	background-size: 100%;
	color: #595757;
	background-attachment: fixed;
}
.span1 {
	width: 800px;
	height: 550px;
	margin: 0 auto;
	padding: 40px 0;
	background: #f8f8f8;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: 0 1px 5px 0 rgba(0,0,0,.3);
	-webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,.3);
	box-shadow: 0 1px 5px 0 rgba(0,0,0,.3);
}
.span6 {
	width: 570px;
	margin: 0 auto;
}
.register form {
	padding: 40px 50px 40px 50px;
	background: #f8f8f8;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: 0 1px 5px 0 rgba(0,0,0,.3);
	-webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,.3);
	box-shadow: 0 1px 5px 0 rgba(0,0,0,.3);
	text-align: center;
}
.register form h2 {
	margin-bottom: 25px;
	padding-bottom: 15px;
	border-bottom: 2px dotted #bbb;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}
.register form input {
	width: 100%;
	height: 40px;
	background: #fcfcfc;
	border: 1px solid #ddd;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,.1) inset;
	-webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.1) inset;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,.1) inset;
	font-family: 'PT Sans', Helvetica, Arial, sans-serif;
	color: #888;
	font-size: 16px;
	padding: 4px 6px;
	margin-bottom: 10px;
}
.register form label {
	margin: 7px 0 10px 5px;
	font-size: 16px;
	text-align: left;
	display: block;
	margin-bottom: 5px;
}
.register form label span {
	font-style: italic;
}
.register form button {
	cursor: pointer;
	width: 60%;
	height: 42px;
	margin-top: 25px;
	padding: 0;
	background: #7c3b2f;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 0;
	-moz-box-shadow: 0 15px 30px 0 rgba(255,255,255,.1) inset;
	-webkit-box-shadow: 0 15px 30px 0 rgba(255,255,255,.1) inset;
	box-shadow: 0 15px 30px 0 rgba(255,255,255,.1) inset;
	font-family: 'PT Sans', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	text-shadow: 0 1px 2px rgba(0,0,0,.1);
	-o-transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	-ms-transition: all .2s;
}

.yhz {

	width: 1000px;
}
.yhz span {
	font-size: 18px;
	font-weight: bold;
	float: left;
	width: 100%;
	text-align: left;
	margin-bottom: 5px;
}
.yhz p {
	text-align: left;
	line-height: 32px;
}

.register form .got {
	margin: 10px 5px;
	font-size: 14px;
	display: block;
	margin-bottom: 50px;
}
.register form .got a:hover {
	color: #7f4136;
	text-decoration: none;
}
.register form .got .le {
	float: left;
}
.register form .got .rig {
	float: right;
}
.user-left {
	width: 180px;
	float: left;
	margin-left: 20px;
	border-right: 2px dotted #bbb;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	height: 460px;
	padding-top: 20px;
}
.user-right {
	width: 560px;
	float: left;
	margin: 30px 0 0 30px;
	font-size: 16px;
	text-align: left;
	display: block;
}
.user-right form input {
	width: 77%;
	height: 40px;
	background: #fcfcfc;
	border: 1px solid #ddd;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,.1) inset;
	-webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.1) inset;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,.1) inset;
	font-family: 'PT Sans', Helvetica, Arial, sans-serif;
	color: #888;
	font-size: 16px;
	padding: 4px 6px;
	margin-bottom: 30px;
	float: left;
}
.user-right form label {
	margin: 7px 0 10px 5px;
	font-size: 16px;
	float: left;
	width: 12%;
}
.user-right form label span {
	font-style: italic;
}
.user-right form button {
	cursor: pointer;
	width: 40%;
	height: 42px;
	margin-top: 35px;
	padding: 0;
	background: #7c3b2f;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 0;
	-moz-box-shadow: 0 15px 30px 0 rgba(255,255,255,.1) inset;
	-webkit-box-shadow: 0 15px 30px 0 rgba(255,255,255,.1) inset;
	box-shadow: 0 15px 30px 0 rgba(255,255,255,.1) inset;
	font-family: 'PT Sans', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	text-shadow: 0 1px 2px rgba(0,0,0,.1);
	-o-transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	-ms-transition: all .2s;
	margin-left: 52%;
}

@media (max-width: 767px) {
.dlzc {
	width: 100%;
	padding: 100px 0 30px 0;
	background: url(../images/1.jpg) 100%;
	background-size: cover;
	color: #595757;
	
}
.span1 {
	    width: 90%;
	    margin: 0 5%;
	    padding: 10px 20px;
	    background: #f8f8f8;
}
.span6 {
	width: 90%;
	margin: 0 5%;
	padding: 50px 0;
}
.register form {
	padding: 10px 20px;
	background: #f8f8f8;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: 0 1px 5px 0 rgba(0,0,0,.3);
	-webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,.3);
	box-shadow: 0 1px 5px 0 rgba(0,0,0,.3);
	text-align: center;
}
.register form h2 {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 2px dotted #bbb;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}


.register form button {
	cursor: pointer;
	width: 60%;
	height: 32px;
	margin-top: 15px;
	padding: 0;
	background: #7c3b2f;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 0;
	-moz-box-shadow: 0 15px 30px 0 rgba(255,255,255,.1) inset;
	-webkit-box-shadow: 0 15px 30px 0 rgba(255,255,255,.1) inset;
	box-shadow: 0 15px 30px 0 rgba(255,255,255,.1) inset;
	font-family: 'PT Sans', Helvetica, Arial, sans-serif;

	font-size: 16px;
	font-weight: 400;
	color: #fff;
	text-shadow: 0 1px 2px rgba(0,0,0,.1);
	-o-transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	-ms-transition: all .2s;
}
.register form .got {
	margin: 10px 5px;
	font-size: 14px;
	display: block;
	margin-bottom: 50px;
}
.register form .got a:hover {
	color: #7f4136;
	text-decoration: none;
}
.register form .got .le {
	float: left;
}
.register form .got .rig {
	float: right;
}
.user-left {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 2px dotted #bbb;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	width:  100%;
	height:  40px;
	margin-left:  0;
	border-right:  none;
	padding-top: 0;
	line-height: 39px;
}
.user-right {
	width: 100%;
	float: left;
	margin: 0;
	font-size: 16px;
	text-align: left;
	display: block;
}
.user-right form input {
	width: 100%;
	height: 40px;
	background: #fcfcfc;
	border: 1px solid #ddd;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,.1) inset;
	-webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.1) inset;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,.1) inset;
	font-family: 'PT Sans', Helvetica, Arial, sans-serif;
	color: #888;
	font-size: 16px;
	padding: 4px 6px;
	margin-bottom: 0px;
	float: left;
}
.user-right form label {
	margin: 10px 5px;
	font-size: 16px;
	float: left;
	width: 100%;
}
.user-right form label span {
	font-style: italic;
}
.user-right form button {
	cursor: pointer;
	width: 40%;
	height: 32px;
	margin-top: 25px;
	padding: 0;
	background: #7c3b2f;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 0;
	-moz-box-shadow: 0 15px 30px 0 rgba(255,255,255,.1) inset;
	-webkit-box-shadow: 0 15px 30px 0 rgba(255,255,255,.1) inset;
	box-shadow: 0 15px 30px 0 rgba(255,255,255,.1) inset;
	font-family: 'PT Sans', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	text-shadow: 0 1px 2px rgba(0,0,0,.1);
	-o-transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	-ms-transition: all .2s;
	margin-left: 30%;
}
}
.ul_2 .text3 {
	float: left;
	width: 100%;
}
.ul_2 .text3 h2 {
	width: 100%;
	float: left;
	text-align: left;
	font-size: 18px;
	color: #292929;
	line-height: 55px;
	border-bottom: 1px solid #d0d0d0;
	padding: 0 20px;
	margin-top: 10px;
}
.ul_2 .text3 h2 b {
	font-size: 22px;
	margin-left: 20px;
	color: #000;
	float: right;
}
.ul_2 .text3 h3 {
	width: 100%;
	float: left;
	text-align: left;
	font-size: 16px;
	color: #454545;
	line-height: 20px;
	margin: 8px 0;
	padding-left: 20px;
}
.ul_2 .text3 .btp b {
	float: left;
	text-align: left;
	font-size: 16px;
	color: #454545;
	line-height: 20px;
}
.ul_2 .text3 .btp {
	width: 100%;
	float: left;
	text-align: left;
	font-size: 14px;
	color: #666;
	line-height: 25px;
	padding: 0 20px;
	margin: 8px 0;
}
.ul_2 .text3 .ptp {
	width: 100%;
	float: left;
	text-align: left;
	font-size: 14px;
	color: #666;
	line-height: 25px;
	padding: 0px 20px 20px 20px;
	border: 1px solid #d5d5d5;
	margin-bottom: 20px;
}
.ul_2 .text3 .ptp b {
	float: left;
	text-align: left;
	font-size: 16px;
	color: #454545;
	line-height: 40px;
	width: 100%;
}